home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / sound / fmsyn104.zip / CHGFMSYN.TXT next >
Text File  |  1993-09-10  |  2KB  |  40 lines

  1. FM MIDI Synth Driver 
  2. Change History
  3.  
  4. Version 1.04    930910: Now uses CTL3DV2.DLL - 3D dialog box
  5.    look.
  6.  
  7. Version 1.03    930820: Added support for CTL3D.DLL - 3D dialog box
  8.    look.
  9.  
  10. Version 1.01    930712: Repaired a bug which caused GPF's when handed
  11.    illegal MIDI data.  Removed the percussion switch on channel 10 when
  12.    handed program changes of 127 and 126.  These are still available if
  13.    you define a switch in the [Mode] section of the FMSYNTH.INI file:
  14.    OldPercSwitch=1 (0 disables the switch and is the default).
  15.  
  16. Version 1.00.00 930620: Reworked the initialization and re-initialization
  17.    of driver parameters.  A million small items.  Added sysex messages
  18.    for storing and dumping percussion banks and system parameters.  Added
  19.    programming interface.  Added configuration parameters for saving 
  20.    settings and default bank.  Added IBK timbre parameter, transpose, 
  21.    to allow transposing of a timbre +-63 semitones.
  22.  
  23. BETA
  24.  
  25. Version 0.96.00 930612: Completely reworked the resetting code, added 
  26.    timestatmping of notes to reduce popping and clicking -- we don't
  27.    turnoff and steal any notes which have been only playing for a few
  28.    millisecs.
  29.  
  30. Version 0.95 930610: Changed the code to properly reset percussion mode and
  31.    tremolo depth when closing and re-opening the driver.
  32.  
  33. Version 0.94 930608: Removed VxD related code to provide more compatibility 
  34.    with various sound cards.  The card still only allows one opening at a
  35.    time, but it counts the openings itself -- can be overridden by switch:
  36.    [FMSYNTH.DRV] in System.ini: OneInstance=0   NOTE: this does not really
  37.    support multiple openings -- it just loads regardless.
  38.  
  39.    
  40.